home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000087_news@columbia.edu_Wed Jan 4 14:09:59 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17564
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 4 Jan 1995 09:10:15 -0500
  3. Received: by apakabar.cc.columbia.edu id AA17515
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 4 Jan 1995 09:10:13 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: How to continue a broken `get'?  &&  Where is the FAQ?
  9. Date: 4 Jan 1995 14:09:59 GMT
  10. Organization: Columbia University
  11. Lines: 18
  12. Message-Id: <3eea7n$h22@apakabar.cc.columbia.edu>
  13. References: <3ebsd9$3k6@irz404.inf.tu-dresden.de>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3ebsd9$3k6@irz404.inf.tu-dresden.de>,
  18. Steffen Schwigon <schwigon@freia.inf.tu-dresden.de> wrote:
  19. >I'm using C-Kermit under Linux and Ultrix to get files from the 
  20. >Ultrix machine to my Linux box over a modem connection. Sometimes 
  21. >the connection goes down. Is there any chance to continue the 
  22. >`get' command on a file?
  23. >
  24. Yes.
  25.  
  26. The new releases of Kermit software (some of them still in Beta) --
  27. C-Kermit 5A(190), MS-DOS Kermit 3.14 (Beta), and IBM Mainframe Kermit
  28. 4.3.1 (Beta) -- allow a binary-mode file transfer to be resumed from the
  29. point of failure.  Simply RESEND the file.
  30.  
  31. See the appropriate update notices for details: KERMIT.UPD for MS-DOS
  32. Kermit 3.14, ckcker.upd for C-Kermit, etc.
  33.  
  34. - Frank